﻿2026-07-19T18:27:11.2769925Z ##[group]Run set -euo pipefail
2026-07-19T18:27:11.2770640Z [36;1mset -euo pipefail[0m
2026-07-19T18:27:11.2771188Z [36;1mPIN=0c95435[0m
2026-07-19T18:27:11.2771694Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-19T18:27:11.2772377Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-19T18:27:11.2773374Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-19T18:27:11.2774685Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-19T18:27:11.2776012Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-19T18:27:11.2777022Z [36;1m  rm -rf "$CACHE"[0m
2026-07-19T18:27:11.2777623Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-19T18:27:11.2778380Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-19T18:27:11.2779440Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-19T18:27:11.2780675Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-19T18:27:11.2781382Z [36;1mfi[0m
2026-07-19T18:27:11.2782158Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-19T18:27:11.2797208Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-19T18:27:11.2798010Z env:
2026-07-19T18:27:11.2798443Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-19T18:27:11.2799134Z ##[endgroup]
2026-07-19T18:27:11.5616180Z    Compiling proc-macro2 v1.0.106
2026-07-19T18:27:11.5617335Z    Compiling quote v1.0.45
2026-07-19T18:27:11.5618055Z    Compiling unicode-ident v1.0.24
2026-07-19T18:27:11.5618861Z    Compiling libc v0.2.186
2026-07-19T18:27:11.5619642Z    Compiling serde_core v1.0.228
2026-07-19T18:27:11.5620357Z    Compiling cfg-if v1.0.4
2026-07-19T18:27:11.5641377Z    Compiling serde v1.0.228
2026-07-19T18:27:11.5670160Z    Compiling log v0.4.32
2026-07-19T18:27:11.5716953Z    Compiling pin-project-lite v0.2.17
2026-07-19T18:27:11.5735255Z    Compiling typenum v1.20.1
2026-07-19T18:27:11.5760564Z    Compiling portable-atomic v1.13.1
2026-07-19T18:27:11.5763049Z    Compiling memchr v2.8.1
2026-07-19T18:27:11.5850078Z    Compiling version_check v0.9.5
2026-07-19T18:27:11.5925682Z    Compiling critical-section v1.2.0
2026-07-19T18:27:11.6007751Z    Compiling find-msvc-tools v0.1.9
2026-07-19T18:27:11.6183507Z    Compiling shlex v2.0.1
2026-07-19T18:27:11.6535796Z    Compiling bytes v1.11.1
2026-07-19T18:27:11.6615825Z    Compiling subtle v2.6.1
2026-07-19T18:27:11.6922285Z    Compiling futures-core v0.3.32
2026-07-19T18:27:11.8190562Z    Compiling equivalent v1.0.2
2026-07-19T18:27:11.8401603Z    Compiling smallvec v1.15.1
2026-07-19T18:27:11.8472121Z    Compiling itoa v1.0.18
2026-07-19T18:27:11.8475338Z    Compiling semver v1.0.28
2026-07-19T18:27:11.8752878Z    Compiling stable_deref_trait v1.2.1
2026-07-19T18:27:11.8756278Z    Compiling futures-sink v0.3.32
2026-07-19T18:27:11.8758678Z    Compiling slab v0.4.12
2026-07-19T18:27:11.8760815Z    Compiling futures-io v0.3.32
2026-07-19T18:27:11.9372676Z    Compiling futures-task v0.3.32
2026-07-19T18:27:11.9581987Z    Compiling generic-array v0.14.7
2026-07-19T18:27:11.9772199Z    Compiling futures-channel v0.3.32
2026-07-19T18:27:12.0440226Z    Compiling rand_core v0.10.1
2026-07-19T18:27:12.0942152Z    Compiling rustc_version v0.4.1
2026-07-19T18:27:12.1141936Z    Compiling rustversion v1.0.22
2026-07-19T18:27:12.1542197Z    Compiling hashbrown v0.17.1
2026-07-19T18:27:12.1545474Z    Compiling bitflags v2.12.1
2026-07-19T18:27:12.1679560Z    Compiling getrandom v0.4.2
2026-07-19T18:27:12.1811995Z    Compiling cpufeatures v0.2.17
2026-07-19T18:27:12.1871192Z    Compiling fnv v1.0.7
2026-07-19T18:27:12.1975145Z    Compiling cfg_aliases v0.2.1
2026-07-19T18:27:12.2442493Z    Compiling strsim v0.11.1
2026-07-19T18:27:12.2570489Z    Compiling writeable v0.6.3
2026-07-19T18:27:12.2580974Z    Compiling litemap v0.8.2
2026-07-19T18:27:12.2687529Z    Compiling utf8_iter v1.0.4
2026-07-19T18:27:12.3921688Z    Compiling icu_normalizer_data v2.2.0
2026-07-19T18:27:12.4171832Z    Compiling icu_properties_data v2.2.0
2026-07-19T18:27:12.4392865Z    Compiling dunce v1.0.5
2026-07-19T18:27:12.4461056Z    Compiling fs_extra v1.3.0
2026-07-19T18:27:12.4582380Z    Compiling ident_case v1.0.1
2026-07-19T18:27:12.4993236Z    Compiling autocfg v1.5.1
2026-07-19T18:27:12.5023526Z    Compiling percent-encoding v2.3.2
2026-07-19T18:27:12.5715010Z    Compiling http v1.4.1
2026-07-19T18:27:12.6464161Z    Compiling aws-lc-rs v1.17.0
2026-07-19T18:27:12.6488051Z    Compiling unicode-segmentation v1.13.3
2026-07-19T18:27:12.7501687Z    Compiling thiserror v2.0.18
2026-07-19T18:27:12.8031179Z    Compiling syn v2.0.117
2026-07-19T18:27:12.8132021Z    Compiling cpufeatures v0.3.0
2026-07-19T18:27:12.8411640Z    Compiling scopeguard v1.2.0
2026-07-19T18:27:12.8619264Z    Compiling chacha20 v0.10.0
2026-07-19T18:27:12.8713376Z    Compiling form_urlencoded v1.2.2
2026-07-19T18:27:12.8760766Z    Compiling untrusted v0.9.0
2026-07-19T18:27:12.9122240Z    Compiling lock_api v0.4.14
2026-07-19T18:27:12.9498299Z    Compiling rustls v0.23.40
2026-07-19T18:27:12.9500851Z    Compiling heck v0.5.0
2026-07-19T18:27:12.9912498Z    Compiling indexmap v2.14.0
2026-07-19T18:27:13.0311607Z    Compiling anyhow v1.0.102
2026-07-19T18:27:13.0551938Z    Compiling unicode-xid v0.2.6
2026-07-19T18:27:13.1321689Z    Compiling const-oid v0.10.2
2026-07-19T18:27:13.1542224Z    Compiling atomic-waker v1.1.2
2026-07-19T18:27:13.1641814Z    Compiling paste v1.0.15
2026-07-19T18:27:13.1791296Z    Compiling parking_lot_core v0.9.12
2026-07-19T18:27:13.1931652Z    Compiling zerocopy v0.8.50
2026-07-19T18:27:13.1990403Z    Compiling httparse v1.10.1
2026-07-19T18:27:13.2101509Z    Compiling num-traits v0.2.19
2026-07-19T18:27:13.2599805Z    Compiling convert_case v0.10.0
2026-07-19T18:27:13.3400800Z    Compiling hybrid-array v0.4.12
2026-07-19T18:27:13.3700642Z    Compiling curve25519-dalek v4.1.3
2026-07-19T18:27:13.3781333Z    Compiling ahash v0.8.12
2026-07-19T18:27:13.4441559Z    Compiling jobserver v0.1.34
2026-07-19T18:27:13.4787363Z    Compiling either v1.16.0
2026-07-19T18:27:13.5081330Z    Compiling fastrand v2.4.1
2026-07-19T18:27:13.5530872Z    Compiling crypto-common v0.1.7
2026-07-19T18:27:13.5656263Z    Compiling block-buffer v0.10.4
2026-07-19T18:27:13.5804190Z    Compiling base64ct v1.8.3
2026-07-19T18:27:13.6103316Z    Compiling powerfmt v0.2.0
2026-07-19T18:27:13.6827786Z    Compiling cc v1.2.63
2026-07-19T18:27:13.7205194Z    Compiling digest v0.10.7
2026-07-19T18:27:13.7451287Z    Compiling http-body v1.0.1
2026-07-19T18:27:13.8220409Z    Compiling deranged v0.5.8
2026-07-19T18:27:13.8759218Z    Compiling pem-rfc7468 v1.0.0
2026-07-19T18:27:13.9291052Z    Compiling pkg-config v0.3.33
2026-07-19T18:27:13.9292069Z    Compiling tinyvec_macros v0.1.1
2026-07-19T18:27:13.9832530Z    Compiling try-lock v0.2.5
2026-07-19T18:27:13.9935073Z    Compiling time-core v0.1.8
2026-07-19T18:27:14.0021916Z    Compiling base64 v0.22.1
2026-07-19T18:27:14.0077954Z    Compiling num-conv v0.2.2
2026-07-19T18:27:14.0187488Z    Compiling zmij v1.0.21
2026-07-19T18:27:14.0391003Z    Compiling tower-service v0.3.3
2026-07-19T18:27:14.0922446Z    Compiling vcpkg v0.2.15
2026-07-19T18:27:14.1101421Z    Compiling data-encoding v2.11.0
2026-07-19T18:27:14.1477622Z    Compiling want v0.3.1
2026-07-19T18:27:14.2853422Z    Compiling mio v1.2.1
2026-07-19T18:27:14.3081073Z    Compiling socket2 v0.6.4
2026-07-19T18:27:14.3152947Z    Compiling getrandom v0.2.17
2026-07-19T18:27:14.4691542Z    Compiling rand_core v0.6.4
2026-07-19T18:27:14.5050592Z    Compiling rand v0.10.1
2026-07-19T18:27:14.5210522Z    Compiling uuid v1.23.2
2026-07-19T18:27:14.6020619Z    Compiling parking_lot v0.12.5
2026-07-19T18:27:14.6635643Z    Compiling tinyvec v1.11.0
2026-07-19T18:27:14.6748443Z    Compiling crypto-common v0.2.2
2026-07-19T18:27:14.7060244Z    Compiling block-buffer v0.12.0
2026-07-19T18:27:14.8580423Z    Compiling sha2 v0.10.9
2026-07-19T18:27:15.0164026Z    Compiling inout v0.1.4
2026-07-19T18:27:15.0510726Z    Compiling cmake v0.1.58
2026-07-19T18:27:15.0580554Z    Compiling vergen-lib v9.1.0
2026-07-19T18:27:15.0730592Z    Compiling n0-future v0.3.2
2026-07-19T18:27:15.1197764Z    Compiling diatomic-waker v0.2.3
2026-07-19T18:27:15.1472440Z    Compiling httpdate v1.0.3
2026-07-19T18:27:15.2058343Z    Compiling winnow v1.0.3
2026-07-19T18:27:15.2191096Z    Compiling crossbeam-utils v0.8.21
2026-07-19T18:27:15.2559557Z    Compiling signature v2.2.0
2026-07-19T18:27:15.2660727Z    Compiling spin v0.10.0
2026-07-19T18:27:15.2661487Z    Compiling cordyceps v0.3.4
2026-07-19T18:27:15.2823523Z    Compiling parking v2.2.1
2026-07-19T18:27:15.3533013Z    Compiling serde_json v1.0.150
2026-07-19T18:27:15.3777659Z    Compiling ed25519 v2.2.3
2026-07-19T18:27:15.4101486Z    Compiling futures-lite v2.6.1
2026-07-19T18:27:15.4338585Z    Compiling cipher v0.4.4
2026-07-19T18:27:15.4741147Z    Compiling netlink-packet-core v0.8.1
2026-07-19T18:27:15.4880836Z    Compiling universal-hash v0.5.1
2026-07-19T18:27:15.4965502Z    Compiling vergen-lib v0.1.6
2026-07-19T18:27:15.5352964Z    Compiling vergen v9.1.0
2026-07-19T18:27:15.5999215Z    Compiling digest v0.11.3
2026-07-19T18:27:15.6161135Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-19T18:27:15.6200520Z    Compiling heapless v0.7.17
2026-07-19T18:27:15.6560542Z    Compiling futures-buffered v0.2.13
2026-07-19T18:27:15.6671572Z    Compiling noq-udp v0.10.0
2026-07-19T18:27:15.6731244Z    Compiling sync_wrapper v1.0.2
2026-07-19T18:27:15.6900851Z    Compiling allocator-api2 v0.2.21
2026-07-19T18:27:15.7100911Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-19T18:27:15.7511459Z    Compiling byteorder v1.5.0
2026-07-19T18:27:15.7661315Z    Compiling opaque-debug v0.3.1
2026-07-19T18:27:15.8260687Z    Compiling polyval v0.6.2
2026-07-19T18:27:15.9060989Z    Compiling hash32 v0.2.1
2026-07-19T18:27:15.9130450Z    Compiling spin v0.9.8
2026-07-19T18:27:15.9333006Z    Compiling vergen-gitcl v1.0.8
2026-07-19T18:27:15.9731628Z    Compiling aws-lc-sys v0.41.0
2026-07-19T18:27:15.9912506Z    Compiling ring v0.17.14
2026-07-19T18:27:16.0300798Z    Compiling libsqlite3-sys v0.30.1
2026-07-19T18:27:16.0917982Z    Compiling fallible-iterator v0.3.0
2026-07-19T18:27:16.1050767Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-19T18:27:16.1120838Z    Compiling ryu v1.0.23
2026-07-19T18:27:16.1129655Z    Compiling num_threads v0.1.7
2026-07-19T18:27:16.1190599Z    Compiling signature v3.0.0
2026-07-19T18:27:16.2410709Z    Compiling tower-layer v0.3.3
2026-07-19T18:27:16.2470609Z    Compiling time v0.3.47
2026-07-19T18:27:16.2638084Z    Compiling ghash v0.5.1
2026-07-19T18:27:16.2738918Z    Compiling sha2 v0.11.0-rc.5
2026-07-19T18:27:16.3420531Z    Compiling ctr v0.9.2
2026-07-19T18:27:16.3711030Z    Compiling aes v0.8.4
2026-07-19T18:27:16.4426769Z    Compiling fs2 v0.4.3
2026-07-19T18:27:16.5068706Z    Compiling http-body-util v0.1.3
2026-07-19T18:27:16.5136195Z    Compiling aead v0.5.2
2026-07-19T18:27:16.5380532Z    Compiling arrayvec v0.7.6
2026-07-19T18:27:16.6130178Z    Compiling utf8parse v0.2.2
2026-07-19T18:27:16.6220526Z    Compiling openssl-probe v0.2.1
2026-07-19T18:27:16.6280361Z    Compiling crossbeam-epoch v0.9.18
2026-07-19T18:27:16.6930687Z    Compiling crossbeam-channel v0.5.15
2026-07-19T18:27:16.7849344Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-19T18:27:16.8068785Z    Compiling blake3 v1.8.5
2026-07-19T18:27:16.8200619Z    Compiling netlink-packet-route v0.29.0
2026-07-19T18:27:16.8540394Z    Compiling memoffset v0.6.5
2026-07-19T18:27:16.8810879Z    Compiling acto v0.8.2
2026-07-19T18:27:17.0120715Z    Compiling aes-gcm v0.10.3
2026-07-19T18:27:17.0613461Z    Compiling netwatch v0.16.0
2026-07-19T18:27:17.1300132Z    Compiling noq v0.18.0
2026-07-19T18:27:17.1527566Z    Compiling mac-addr v0.3.0
2026-07-19T18:27:17.1791660Z    Compiling xml-rs v0.8.28
2026-07-19T18:27:17.2531100Z    Compiling sorted-index-buffer v0.2.1
2026-07-19T18:27:17.2791531Z    Compiling ref-cast v1.0.25
2026-07-19T18:27:17.3351313Z    Compiling identity-hash v0.1.0
2026-07-19T18:27:17.3729487Z    Compiling rustc-hash v2.1.2
2026-07-19T18:27:17.3940943Z    Compiling rustix v1.1.4
2026-07-19T18:27:17.4276601Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-19T18:27:17.4520345Z    Compiling tagptr v0.2.0
2026-07-19T18:27:17.4840728Z    Compiling lru-slab v0.1.2
2026-07-19T18:27:17.5249418Z    Compiling thiserror v1.0.69
2026-07-19T18:27:17.5880608Z    Compiling foldhash v0.2.0
2026-07-19T18:27:17.7070885Z    Compiling synstructure v0.13.2
2026-07-19T18:27:17.7208286Z    Compiling darling_core v0.20.11
2026-07-19T18:27:17.8280714Z    Compiling hashbrown v0.16.1
2026-07-19T18:27:17.8570813Z    Compiling serde_derive_internals v0.29.1
2026-07-19T18:27:17.9427782Z    Compiling netlink-packet-route v0.30.0
2026-07-19T18:27:18.1993749Z    Compiling xmltree v0.10.3
2026-07-19T18:27:18.4061727Z    Compiling proc-macro-crate v3.5.0
2026-07-19T18:27:18.4160589Z    Compiling errno v0.3.14
2026-07-19T18:27:18.5528497Z    Compiling ioctl-rs v0.1.6
2026-07-19T18:27:18.5770900Z    Compiling termios v0.2.2
2026-07-19T18:27:18.6467922Z    Compiling serial-core v0.4.0
2026-07-19T18:27:18.6600545Z    Compiling simple-dns v0.9.3
2026-07-19T18:27:18.7310775Z    Compiling aho-corasick v1.1.4
2026-07-19T18:27:18.7900269Z    Compiling arrayref v0.3.9
2026-07-19T18:27:18.8202864Z    Compiling regex-syntax v0.8.10
2026-07-19T18:27:18.8342282Z    Compiling constant_time_eq v0.4.2
2026-07-19T18:27:18.8870662Z    Compiling signal-hook v0.3.18
2026-07-19T18:27:18.9080434Z    Compiling winnow v0.7.15
2026-07-19T18:27:18.9169708Z    Compiling linux-raw-sys v0.12.1
2026-07-19T18:27:18.9226391Z    Compiling sha1_smol v1.0.1
2026-07-19T18:27:18.9394548Z    Compiling simdutf8 v0.1.5
2026-07-19T18:27:19.0203311Z    Compiling smol_str v0.1.24
2026-07-19T18:27:19.0280064Z    Compiling toml_write v0.1.2
2026-07-19T18:27:19.1617971Z    Compiling resolv-conf v0.7.6
2026-07-19T18:27:19.2376587Z    Compiling serial-unix v0.4.0
2026-07-19T18:27:19.2440426Z    Compiling lru v0.16.4
2026-07-19T18:27:19.4073461Z    Compiling signal-hook-registry v1.4.8
2026-07-19T18:27:19.4845729Z    Compiling darling_core v0.23.0
2026-07-19T18:27:19.6269276Z    Compiling serde_bytes v0.11.19
2026-07-19T18:27:19.7016756Z    Compiling serde_derive v1.0.228
2026-07-19T18:27:19.7542576Z    Compiling zeroize_derive v1.4.3
2026-07-19T18:27:19.8479370Z    Compiling tokio-macros v2.7.0
2026-07-19T18:27:19.9326902Z    Compiling futures-macro v0.3.32
2026-07-19T18:27:20.3348294Z    Compiling zeroize v1.8.2
2026-07-19T18:27:20.5101289Z    Compiling zerofrom-derive v0.1.7
2026-07-19T18:27:20.5292258Z    Compiling tokio v1.52.3
2026-07-19T18:27:20.7291002Z    Compiling yoke-derive v0.8.2
2026-07-19T18:27:20.7365866Z    Compiling zerovec-derive v0.11.3
2026-07-19T18:27:20.8030536Z    Compiling futures-util v0.3.32
2026-07-19T18:27:21.4530565Z    Compiling displaydoc v0.2.6
2026-07-19T18:27:21.4570559Z    Compiling tracing-attributes v0.1.31
2026-07-19T18:27:21.9550436Z    Compiling rustls-pki-types v1.14.1
2026-07-19T18:27:22.0260821Z    Compiling zerofrom v0.1.8
2026-07-19T18:27:22.1190639Z    Compiling thiserror-impl v2.0.18
2026-07-19T18:27:22.1725708Z    Compiling yoke v0.8.3
2026-07-19T18:27:22.2832844Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-19T18:27:22.3739701Z    Compiling zerovec v0.11.6
2026-07-19T18:27:22.4729215Z    Compiling zerotrie v0.2.4
2026-07-19T18:27:22.8132573Z    Compiling darling_macro v0.20.11
2026-07-19T18:27:22.8491651Z    Compiling derive_more-impl v2.1.1
2026-07-19T18:27:22.8812986Z    Compiling spez v0.1.2
2026-07-19T18:27:22.9271790Z    Compiling n0-error-macros v0.1.3
2026-07-19T18:27:23.0109501Z    Compiling der v0.8.0-rc.10
2026-07-19T18:27:23.1550780Z    Compiling tinystr v0.8.3
2026-07-19T18:27:23.1712029Z    Compiling potential_utf v0.1.5
2026-07-19T18:27:23.2702249Z    Compiling icu_collections v2.2.0
2026-07-19T18:27:23.3100817Z    Compiling darling v0.20.11
2026-07-19T18:27:23.3662074Z    Compiling icu_locale_core v2.2.0
2026-07-19T18:27:23.3732285Z    Compiling derive_builder_core v0.20.2
2026-07-19T18:27:23.7510757Z    Compiling pin-project-internal v1.1.13
2026-07-19T18:27:23.9440620Z    Compiling cobs v0.3.0
2026-07-19T18:27:24.1186563Z    Compiling n0-error v0.1.3
2026-07-19T18:27:24.1362152Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-19T18:27:24.4440650Z    Compiling spki v0.8.0-rc.4
2026-07-19T18:27:24.5451624Z    Compiling futures-executor v0.3.32
2026-07-19T18:27:24.6316314Z    Compiling icu_provider v2.2.0
2026-07-19T18:27:24.7079134Z    Compiling ipnet v2.12.0
2026-07-19T18:27:24.7311534Z    Compiling derive_builder_macro v0.20.2
2026-07-19T18:27:24.7957866Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-19T18:27:24.9017443Z    Compiling ed25519-dalek v2.2.0
2026-07-19T18:27:24.9662309Z    Compiling icu_properties v2.2.0
2026-07-19T18:27:25.0239935Z    Compiling icu_normalizer v2.2.0
2026-07-19T18:27:25.0370863Z    Compiling derive_builder v0.20.2
2026-07-19T18:27:25.0699780Z    Compiling pin-project v1.1.13
2026-07-19T18:27:25.0901170Z    Compiling ed25519 v3.0.0-rc.4
2026-07-19T18:27:25.1349361Z    Compiling prefix-trie v0.8.4
2026-07-19T18:27:25.1560973Z    Compiling spt-proto v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-19T18:27:25.4641863Z    Compiling once_cell v1.21.4
2026-07-19T18:27:25.5041836Z    Compiling futures v0.3.32
2026-07-19T18:27:25.5653700Z    Compiling postcard-derive v0.2.2
2026-07-19T18:27:25.7210624Z    Compiling tracing-core v0.1.36
2026-07-19T18:27:25.8890995Z    Compiling data-encoding-macro v0.1.20
2026-07-19T18:27:25.9397056Z    Compiling rustls-native-certs v0.8.4
2026-07-19T18:27:26.0447430Z    Compiling hashbrown v0.14.5
2026-07-19T18:27:26.0631196Z    Compiling async-trait v0.1.89
2026-07-19T18:27:26.1134838Z    Compiling enum-assoc v1.3.0
2026-07-19T18:27:26.2468150Z    Compiling tracing v0.1.44
2026-07-19T18:27:26.4170300Z    Compiling idna_adapter v1.2.2
2026-07-19T18:27:26.4653434Z    Compiling postcard v1.1.3
2026-07-19T18:27:26.5281195Z    Compiling idna v1.1.0
2026-07-19T18:27:26.5472604Z    Compiling tokio-util v0.7.18
2026-07-19T18:27:26.5590765Z    Compiling netlink-sys v0.8.8
2026-07-19T18:27:26.7934129Z    Compiling hashlink v0.9.1
2026-07-19T18:27:26.8018096Z    Compiling tower v0.5.3
2026-07-19T18:27:26.8495802Z    Compiling strum_macros v0.28.0
2026-07-19T18:27:26.8720755Z    Compiling iroh-metrics-derive v0.4.1
2026-07-19T18:27:26.8916723Z    Compiling num_enum_derive v0.7.6
2026-07-19T18:27:26.9097175Z    Compiling netlink-proto v0.12.0
2026-07-19T18:27:26.9242341Z    Compiling netdev v0.42.0
2026-07-19T18:27:27.0856609Z    Compiling url v2.5.8
2026-07-19T18:27:27.1762736Z    Compiling rusqlite v0.32.1
2026-07-19T18:27:27.1961090Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-19T18:27:27.2111933Z    Compiling iroh-relay v0.98.0
2026-07-19T18:27:27.3212561Z    Compiling iroh-metrics v0.38.3
2026-07-19T18:27:27.5131011Z    Compiling h2 v0.4.14
2026-07-19T18:27:27.5406209Z    Compiling derive_more v2.1.1
2026-07-19T18:27:27.5517427Z    Compiling tokio-stream v0.1.18
2026-07-19T18:27:27.6225491Z    Compiling moka v0.12.15
2026-07-19T18:27:27.7168644Z    Compiling toml_datetime v0.6.11
2026-07-19T18:27:27.7980718Z    Compiling n0-watcher v0.6.1
2026-07-19T18:27:27.8277106Z    Compiling serde_spanned v0.6.9
2026-07-19T18:27:27.9915245Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-19T18:27:28.0285623Z    Compiling num_enum v0.7.6
2026-07-19T18:27:28.0795988Z    Compiling tower-http v0.6.11
2026-07-19T18:27:28.1046068Z    Compiling iroh-base v0.98.0
2026-07-19T18:27:28.1121912Z    Compiling attohttpc v0.30.1
2026-07-19T18:27:28.1212988Z    Compiling ref-cast-impl v1.0.25
2026-07-19T18:27:28.2085651Z    Compiling thiserror-impl v1.0.69
2026-07-19T18:27:28.4261028Z    Compiling spt-store v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-19T18:27:28.5469177Z    Compiling toml_edit v0.22.27
2026-07-19T18:27:28.6493301Z    Compiling webpki-roots v1.0.7
2026-07-19T18:27:28.7610445Z    Compiling regex-automata v0.4.14
2026-07-19T18:27:28.8140579Z    Compiling schemars_derive v1.2.1
2026-07-19T18:27:28.8962488Z    Compiling seize v0.5.1
2026-07-19T18:27:28.9050859Z    Compiling hmac v0.12.1
2026-07-19T18:27:29.0066018Z    Compiling iroh v0.98.2
2026-07-19T18:27:29.0328595Z    Compiling rustix v0.38.44
2026-07-19T18:27:29.2348727Z    Compiling pin-utils v0.1.0
2026-07-19T18:27:29.2929474Z    Compiling bitflags v1.3.2
2026-07-19T18:27:29.3249301Z    Compiling cmov v0.5.4
2026-07-19T18:27:29.3336027Z    Compiling dyn-clone v1.0.20
2026-07-19T18:27:29.3630546Z    Compiling nix v0.25.1
2026-07-19T18:27:29.4563633Z    Compiling papaya v0.2.4
2026-07-19T18:27:29.4635245Z    Compiling hkdf v0.12.4
2026-07-19T18:27:29.5699842Z    Compiling ctutils v0.4.2
2026-07-19T18:27:29.5928245Z    Compiling backon v1.6.0
2026-07-19T18:27:29.8198287Z    Compiling filedescriptor v0.8.3
2026-07-19T18:27:29.8447530Z    Compiling strum v0.28.0
2026-07-19T18:27:29.8537139Z    Compiling darling_macro v0.23.0
2026-07-19T18:27:29.8889988Z    Compiling serial v0.4.0
2026-07-19T18:27:29.9530728Z    Compiling iroh-dns v0.98.0
2026-07-19T18:27:29.9721624Z    Compiling anstyle-parse v1.0.0
2026-07-19T18:27:30.0002896Z    Compiling vte_generate_state_changes v0.1.2
2026-07-19T18:27:30.0530697Z    Compiling downcast-rs v1.2.1
2026-07-19T18:27:30.1538870Z    Compiling colorchoice v1.0.5
2026-07-19T18:27:30.1622535Z    Compiling foldhash v0.1.5
2026-07-19T18:27:30.1710305Z    Compiling anstyle-query v1.1.5
2026-07-19T18:27:30.2524119Z    Compiling is_terminal_polyfill v1.70.2
2026-07-19T18:27:30.2525297Z    Compiling linux-raw-sys v0.4.15
2026-07-19T18:27:30.2710988Z    Compiling instability v0.3.12
2026-07-19T18:27:30.3140536Z    Compiling anstyle v1.0.14
2026-07-19T18:27:30.3297799Z    Compiling shell-words v1.1.1
2026-07-19T18:27:30.3620381Z    Compiling hashbrown v0.15.5
2026-07-19T18:27:30.4700788Z    Compiling vte v0.13.1
2026-07-19T18:27:30.4895997Z    Compiling darling v0.23.0
2026-07-19T18:27:30.4897868Z    Compiling signal-hook-mio v0.2.5
2026-07-19T18:27:30.5101139Z    Compiling spake2 v0.4.0
2026-07-19T18:27:30.5532987Z    Compiling anstream v1.0.0
2026-07-19T18:27:30.5970940Z    Compiling terminal_size v0.4.4
2026-07-19T18:27:30.6100562Z    Compiling strum_macros v0.26.4
2026-07-19T18:27:30.7244985Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-19T18:27:30.8521285Z    Compiling schemars v1.2.1
2026-07-19T18:27:30.9185417Z    Compiling sha1 v0.10.6
2026-07-19T18:27:30.9615644Z    Compiling itertools v0.13.0
2026-07-19T18:27:31.2008318Z    Compiling toml v0.8.23
2026-07-19T18:27:31.2082770Z    Compiling castaway v0.2.4
2026-07-19T18:27:31.2980668Z    Compiling unicode-width v0.1.14
2026-07-19T18:27:31.5461132Z    Compiling regex v1.12.3
2026-07-19T18:27:31.5655882Z    Compiling indoc v2.0.7
2026-07-19T18:27:31.9627235Z    Compiling clap_lex v1.1.0
2026-07-19T18:27:32.0770993Z    Compiling doctest-file v1.1.1
2026-07-19T18:27:32.1776965Z    Compiling static_assertions v1.1.0
2026-07-19T18:27:32.1986941Z    Compiling clap_builder v4.6.0
2026-07-19T18:27:32.2198775Z    Compiling compact_str v0.8.2
2026-07-19T18:27:32.5401083Z    Compiling spt-msg v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-19T18:27:32.8445446Z    Compiling unicode-truncate v1.1.0
2026-07-19T18:27:32.8851982Z    Compiling strum v0.26.3
2026-07-19T18:27:32.9110702Z    Compiling interprocess v2.4.2
2026-07-19T18:27:32.9894712Z    Compiling spt-runtime v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-19T18:27:33.0178335Z    Compiling crossterm v0.28.1
2026-07-19T18:27:33.1226778Z    Compiling lru v0.12.5
2026-07-19T18:27:33.1333584Z    Compiling clap_derive v4.6.1
2026-07-19T18:27:33.2839635Z    Compiling portable-pty v0.8.1
2026-07-19T18:27:33.4630837Z    Compiling unicode-width v0.2.0
2026-07-19T18:27:33.4750702Z    Compiling cassowary v0.3.0
2026-07-19T18:27:33.5176722Z    Compiling iana-time-zone v0.1.65
2026-07-19T18:27:33.7410825Z    Compiling hyper v1.10.1
2026-07-19T18:27:33.8052603Z    Compiling spt-term v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-19T18:27:33.8652128Z    Compiling chrono v0.4.45
2026-07-19T18:27:33.9874118Z    Compiling nucleo-matcher v0.3.1
2026-07-19T18:27:34.2821562Z    Compiling ratatui v0.29.0
2026-07-19T18:27:34.4518925Z    Compiling qrcode v0.14.1
2026-07-19T18:27:34.4590389Z    Compiling tempfile v3.27.0
2026-07-19T18:27:35.4360590Z    Compiling clap v4.6.1
2026-07-19T18:27:35.5367974Z    Compiling hyper-util v0.1.20
2026-07-19T18:27:36.3995993Z    Compiling spt-live v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-19T18:27:37.3218251Z    Compiling igd-next v0.17.1
2026-07-19T18:27:38.4108443Z    Compiling portmapper v0.16.0
2026-07-19T18:27:42.5943325Z    Compiling rustls-webpki v0.103.13
2026-07-19T18:27:44.8722940Z    Compiling tokio-rustls v0.26.4
2026-07-19T18:27:44.8723728Z    Compiling rustls-platform-verifier v0.7.0
2026-07-19T18:27:44.8724076Z    Compiling noq-proto v0.17.0
2026-07-19T18:27:45.0088195Z    Compiling hyper-rustls v0.27.9
2026-07-19T18:27:45.0089211Z    Compiling hickory-net v0.26.0-beta.4
2026-07-19T18:27:45.0089839Z    Compiling tokio-websockets v0.13.2
2026-07-19T18:27:45.1352766Z    Compiling reqwest v0.13.4
2026-07-19T18:27:46.0043989Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-19T18:27:59.2281368Z    Compiling spt-net v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-19T18:28:00.6288390Z    Compiling spt-daemon v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-19T18:28:09.6738914Z    Compiling spt v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-19T18:28:14.3356634Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-07-19T18:28:14.3591472Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4642e723be3fce73)
2026-07-19T18:28:14.3605133Z 
2026-07-19T18:28:14.3605289Z running 1 test
2026-07-19T18:28:20.4455149Z test new_brain_serves_against_old_broker ... ok
2026-07-19T18:28:20.4455478Z 
2026-07-19T18:28:20.4455751Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-07-19T18:28:20.4456142Z 
